projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec56912
)
(Fcall_process_region): Pass new arg to Fwrite_region.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Mar 1998 19:07:00 +0000
(19:07 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 2 Mar 1998 19:07:00 +0000
(19:07 +0000)
src/callproc.c
patch
|
blob
|
history
diff --git
a/src/callproc.c
b/src/callproc.c
index 4e1821a2aef3d786d31133614c879c18ebbe0627..3d117f52d6c7e302765eb1a0365f1d094f510139 100644
(file)
--- a/
src/callproc.c
+++ b/
src/callproc.c
@@
-898,7
+898,7
@@
If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
#endif
specbind (intern ("coding-system-for-write"), val);
- Fwrite_region (start, end, filename_string, Qnil, Qlambda, Qnil);
+ Fwrite_region (start, end, filename_string, Qnil, Qlambda, Qnil
, Qnil
);
/* Note that Fcall_process takes care of binding
coding-system-for-read. */